home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / gfx / x11 / Xincludes_930531.lha / os-include_x11.lha / os-include / X11 / Sunkeysym.h < prev    next >
Text File  |  1992-11-02  |  3KB  |  81 lines

  1. /*  $XConsortium: Sunkeysym.h,v 1.1 91/06/19 12:03:42 rws Exp $ */
  2.  
  3. /************************************************************
  4. Copyright 1991 by Sun Microsystems, Inc. Mountain View, CA.
  5.  
  6.                     All Rights Reserved
  7.  
  8. Permission  to  use,  copy,  modify,  and  distribute   this
  9. software  and  its documentation for any purpose and without
  10. fee is hereby granted, provided that the above copyright no-
  11. tice  appear  in all copies and that both that copyright no-
  12. tice and this permission notice appear in  supporting  docu-
  13. mentation,  and  that the names of Sun or MIT not be used in
  14. advertising or publicity pertaining to distribution  of  the
  15. software  without specific prior written permission. Sun and
  16. MIT make  no  representations about the suitability  of this
  17. software for any purpose. It is provided "as is" without any
  18. express or implied warranty.
  19.  
  20. SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO  THIS  SOFTWARE,
  21. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-
  22. NESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE  LI-
  23. ABLE  FOR  ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  24. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,  DATA  OR
  25. PROFITS,  WHETHER  IN  AN  ACTION OF CONTRACT, NEGLIGENCE OR
  26. OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
  27. THE USE OR PERFORMANCE OF THIS SOFTWARE.
  28.  
  29. ***********************************************************/
  30.  
  31. /*
  32.  * Floating Accent
  33.  */
  34.  
  35. #define    SunXK_FA_Grave        0x1005FF00
  36. #define    SunXK_FA_Circum        0x1005FF01
  37. #define    SunXK_FA_Tilde        0x1005FF02
  38. #define SunXK_FA_Acute          0x1005FF03
  39. #define SunXK_FA_Diaeresis      0x1005FF04
  40. #define SunXK_FA_Cedilla        0x1005FF05
  41.  
  42.  
  43. /*
  44.  * Miscellaneous Functions
  45.  */
  46.  
  47. #define    SunXK_F36        0x1005FF10    /* Labeled F11 */
  48. #define    SunXK_F37        0x1005FF11    /* Labeled F12 */
  49.  
  50. #define SunXK_Sys_Req       0x1005FF60
  51. #define SunXK_Print_Screen    0x0000FF61    /* Same as XK_Print */
  52.  
  53. /*
  54.  * International & Multi-Key Character Composition
  55.  */
  56.  
  57. #define SunXK_Compose        0x0000FF20    /* Same as XK_Multi_key */
  58. #define SunXK_AltGraph        0x0000FF7E    /* Same as XK_Mode_switch */
  59.  
  60. /*
  61.  * Cursor Control
  62.  */
  63.  
  64. #define SunXK_PageUp        0x0000FF55     /* Same as XK_Prior */
  65. #define SunXK_PageDown        0x0000FF56    /* Same as XK_Next */
  66.  
  67. /*
  68.  * Open Look Functions
  69.  */
  70.  
  71. #define SunXK_Undo        0x0000FF65    /* Same as XK_Undo */
  72. #define SunXK_Again        0x0000FF66    /* Same as XK_Redo */
  73. #define SunXK_Find        0x0000FF68    /* Same as XK_Find */
  74. #define SunXK_Stop        0x0000FF69    /* Same as XK_Cancel */
  75. #define SunXK_Props        0x1005FF70
  76. #define SunXK_Front        0x1005FF71
  77. #define SunXK_Copy        0x1005FF72
  78. #define SunXK_Open        0x1005FF73
  79. #define SunXK_Paste        0x1005FF74
  80. #define SunXK_Cut        0x1005FF75
  81.